Welcome![Sign In][Sign Up]
Location:
Search - 3d game engine

Search list

[Other resourcePool3D

Description: 一个台球游戏的三维引擎程序,用C语言开发。-a game of billiards procedures 3D engine with C-language development.
Platform: | Size: 564440 | Author: Vcsoft | Hits:

[Windows DevelopCheatEnginev5.4srcl

Description: Cheat Engine is an open source tool designed to give you the upper hand in games, but also contains other usefull tools to help debugging games and even normal applications. It comes with a memory scanner to quickly scan for variables used within a game and allow you to change them, but it also comes with a debugger, disassembler, assembler, speedhack, trainer maker, direct 3D manipulation tools, system inspection tools and more. For new users it is recommended to go through the tutorial(The one that comes with Cheat Engine, you can find it in your programs list after installing) and at least reach step 5 for basic understanding of the usage of Cheat Engine If you need help on Cheat Engine , you can always contact me at dark_byte@hotmail.com , msn supported as well(don t ask about online games, I don t know anything about that)
Platform: | Size: 98000 | Author: macro | Hits:

[Game Programapr98

Description: 国外游戏开发者杂志1998年第四期配套代码,包括Jeff Lander专栏的示例和代码,Scott Corley 的关于3d动画引擎的代码--Code of Game Development Magazine in 1998 4th issuess, it includes demonstration and code of Jeff Lander, 3d engine code of Scott Corley
Platform: | Size: 198656 | Author: 站长 | Hits:

[OpenGL programcael-1.5.tar

Description: 它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular automata simulation with a set of rules that can be Conway s game of life but can be changed to run a wide variety of other cellular automata systems as well. It uses OpenGL for graphics, but is not 3D. Possible grid size is limited only by processor power and memory. The user can zoom in until a single cell fills the window, and out until the whole grid is visible
Platform: | Size: 8192 | Author: | Hits:

[Game EnginePool21113D

Description: 一个台球游戏的三维引擎程序,用C语言开发。-a game of billiards procedures 3D engine with C-language development.
Platform: | Size: 565248 | Author: QiaQia | Hits:

[Game EnginePool3D

Description: 一个台球游戏的三维引擎程序,用C语言开发。-a game of billiards procedures 3D engine with C-language development.
Platform: | Size: 564224 | Author: Vcsoft | Hits:

[Windows DevelopPool3D

Description: GL学习范例: 一个3D台球游戏三维引擎-GL learning paradigm: a 3D billiards game of three-dimensional engine
Platform: | Size: 472064 | Author: 好好学习 | Hits:

[GDI-BitmapTaiqiu

Description: vc6 + 图形引擎OGRE + 物理引擎PhysX 写的3D台球游戏,业余作品,游戏中有些bug,不过本程序的最大亮点是实现图像引擎OGRE和物理引擎PhysX的结合,我在网上找遍了都没有相关资料,都是自己摸索的,希望能给一玩OGRE和physx的朋友一些帮助。-vc6+ graphics engine OGRE+ physics engine PhysX written 3D billiards game, amateur works, games, some bug, but the biggest highlight of this procedure is to achieve images OGRE engine and physics engine PhysX combination, I找遍of all online There is no relevant information, are groping their own, and hope that I can play OGRE and PhysX a friend some help.
Platform: | Size: 7727104 | Author: lvjianhua | Hits:

[3D GraphicG3D-7.01-src

Description: G3D 引擎是为 C++ 的游戏开发者、研究人员或者学生准备的 3D 图形库,包含一组可靠而且高性能的通用三维示例。src版-G3D engine for C++ for game developers, researchers or students to prepare the 3D graphics library, contains a set of reliable and high-performance general-purpose three-dimensional example. src version
Platform: | Size: 36029440 | Author: 孙文 | Hits:

[Graph programCS

Description: 很不错的3D引擎,代码简单,注释详细,是初学opengl游戏编程时不错的参考和学习资料-Very good 3D engine, code is simple, detailed notes, is beginning opengl game programming good reference and learning materials
Platform: | Size: 6281216 | Author: pushichao | Hits:

[Game Enginedx2

Description: 很不错的游戏2d,3d 引擎源码。可参考。-Very good game 2d, 3d engine source code. Can be found.
Platform: | Size: 1396736 | Author: tranph | Hits:

[BooksRealtimeTerrainEngine

Description: 要想从头开始建立一个引擎的话,我们首先得需要有良好的基础。在这一部分,我们将 介绍最新的DirectX 9.0 并且好好看一下其SDK 里提供的DirectX 示例框架。出于简化的考虑, 我们将把引擎建立在微软提供好的一些类上。除此以外,我们还将研究一下DirectX9.0 的一 部分,Direct3D 扩展库(D3DX)。这个工具库将满足我们对3D 数学库的基本需要,同时也 给我们提供了加载,维护我们游戏资源的方法。 在DirectX 9.0 中,我们也将深入地研究HLSL 语言,HLSL 语言是类似与C 语言的开 发语言,它可以使着色器程序员在不借助底层汇编渲染代码的情况下编写顶点和像素着色器。 这是介绍我们今天的图形硬件3D 着色器编程的好方法。鉴于其易用性和可读性,这本书将 集中介绍HLSL 语言的使用而非底层汇编语言。 对于那些想要学习底层汇编语言的读者,HLSL 也可以作为一种辅助的学习手段。DirectX SDK 里的命令行式的HLSL 编译器(fxc.exe)通过使用/Fc 命令选项可以将HLSL 程序转换为汇 编语言文件。通过编写HLSL 代码和查看对应的汇编代码,读者就能够更加了解这两门语言。 将某些特定的代码改由汇编代码编写也可以大大地提高HLSL 代码的效率。-To build an engine from scratch, we must first need to have a good foundation. In this section, we will introduce the latest DirectX 9.0 and take a look at the DirectX SDK provides an example in the framework. For simplification reasons, we will provide a good engine built on Microsoft, a number of class. In addition, we will also look at part of DirectX9.0, Direct3D Extension Library (D3DX). The tool library will meet our basic needs of 3D math library, but also provides us with a load, maintenance of our game resources. In DirectX 9.0, we will study in depth HLSL language, HLSL language is similar to C language development language that allows programmers shader rendering code compiled without the aid of the underlying case of the preparation of vertex and pixel shader. This is to introduce today s graphics hardware 3D shader programming a good way. Given its ease of use and readability, this book will focus on the use of language rather than the underlying HLSL assembly language. Fo
Platform: | Size: 2712576 | Author: Kylin | Hits:

[Game EngineLianlianKan_Game_By_Ogre

Description: OGRE(Object-Oriented Graphics Rendering Engine,即:面向对象图形渲染引擎)是一个用C++开发的面向场景、非常灵活的3D引擎。这个连连看游戏基于Ogre的小游戏示例。-OGRE (Object-Oriented Graphics Rendering Engine, namely: object-oriented graphics rendering engine) is a development with C++ scene-oriented, highly flexible 3D engine. This Lianliankan game Ogre game based on the sample.
Platform: | Size: 326656 | Author: 姜爱逢 | Hits:

[Special EffectsHoHo_src

Description: 3D高速发展的今天,3D加速卡的性能不断提高,3D的使用也越来越广泛,但同时,2D也一样在发展(虽然以后将是3D的天下),如果把3D的性能思想带入2D中来,那也将为2D带来更好的性能与画面效果。本引擎就是利用3D硬体来为2D图形所用,并且同时支援了无硬体的2D绘制。除了图形图像处理外,本引擎还包含了游戏项目中所需的各项技术,包括网络互连、应用层支持-Today, the rapid development of 3D, 3D accelerator card improve the performance, 3D more and more widely used, but, 2D in the development of the same (although the future is 3D, the world), thinking if the performance of 3D into 2D in the past, it will also lead to better performance with 2D visuals. The engine is the use of 3D graphics hardware to be used for the 2D, and also supports hardware-free 2D drawing. In addition to graphics, image processing, this engine also includes a game project in the required technology, including network interconnection, application-layer support, etc.
Platform: | Size: 3192832 | Author: abc55654 | Hits:

[Game Engine3DGamesResourceStudy

Description: 本书是指导您进行3D游戏开发的全面指南。本书提供了3D游戏开发的工具,您使用这些工具可以开发非常优秀的游戏,如第一人称射击游戏、冒险游戏、角色扮演游戏、战略游戏,以及体育游戏等。本书循序渐进地揭示了建立一个全功能的游戏所需的每个步骤,重点介绍了3D游戏的元素、编程概念、Torque Engine、建模、纹理、以及音效和音乐。学习完本书就可以使您梦想成真——成为一名非常优秀的游戏开发人员。-This book is guiding you to 3 D games comprehensive guide to development. This book offers 3 D game development tools, you use these tools can develop very good games, such as the first person shooter game, adventure game, role playing game, strategy game, and sports games. Book reveals the gradually establish a full-featured games require each step, focusing on the 3 D game elements, programming concepts, search, the modeling, foot texture, and sound effects and music. After studying the book, you can make your dreams come true-make a very good game developers.
Platform: | Size: 2641920 | Author: 王春华 | Hits:

[Other Riddle gamesMY3DPushBox

Description: 3D推箱子的游戏。开发工具vs2008+dx9.0引擎代码没有时间去整理和优化了,现在将代码公开。-3D Push Box game. Development tools vs2008+ dx9.0 engine code is no time to organize and optimize, and now the code is open.
Platform: | Size: 1308672 | Author: 朱晓明 | Hits:

[Other Gamesrigsofrods-source-0.39.4

Description: Rigs of Rods游戏,3D模拟类,来自sourceforge-Rigs of Rods is a 3D simulator game where you can drive, fly and sail various vehicles using an accurate and unique soft-body physics engine.
Platform: | Size: 56625152 | Author: Yuki Nagato | Hits:

[Game EngineEyas3D-Source

Description: 一个3D坦克游戏的源代码,源代码主要采用Ogre这个3d引擎编写的-A 3D tank game source code, source code used mainly to write this 3d engine in Ogre
Platform: | Size: 2698240 | Author: zhangxjn | Hits:

[Other GamesS-Racing-V0.5

Description: 一款3d版本的赛车游戏,源码主要采用Ogre这个3d引擎编写的-A 3d version of the racing game, source code written in this 3d engine in Ogre
Platform: | Size: 45385728 | Author: zhangxjn | Hits:

[Game Engine3Dying

Description: 易语言3D引擎源代码。供游戏制作爱好者学习参考-Easy language 3D engine source code. A reference for game production lovers
Platform: | Size: 17408 | Author: 谢大夹 | Hits:
« 1 2 ... 17 18 19 20 21 2223 »

CodeBus www.codebus.net